projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec57920
)
*** empty log message ***
author
Kim F. Storm
<storm@cua.dk>
Fri, 6 Oct 2006 13:30:34 +0000
(13:30 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Fri, 6 Oct 2006 13:30:34 +0000
(13:30 +0000)
lisp/ChangeLog
patch
|
blob
|
history
src/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 9b89c1b667b500215bcef301da49666e4c67035d..e6a98e99e4de3efab734f4c6f83580333d30cba4 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2006-10-06 Kim F. Storm <storm@cua.dk>
+
+ * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
+
2006-10-05 Juanma Barranquero <lekktu@gmail.com>
* emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
diff --git
a/src/ChangeLog
b/src/ChangeLog
index ba72e990112f98f1761e9847654475fb4ef1e4ad..fe3d51f1a359d209cf2addd7cf7f092c804ee7e7 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2006-10-06 Kim F. Storm <storm@cua.dk>
+
+ * xdisp.c (pos_visible_p): Fix value when EOB is visible.
+
2006-10-05 Chong Yidong <cyd@stupidchicken.com>
* frame.c (Qinhibit_face_set_after_frame_default): New var.